projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee9338
)
(flyspell-get-word): Return string without
author
Dave Love
<fx@gnu.org>
Fri, 16 Feb 2001 15:04:26 +0000
(15:04 +0000)
committer
Dave Love
<fx@gnu.org>
Fri, 16 Feb 2001 15:04:26 +0000
(15:04 +0000)
properties.
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index b1290c9cb8c81a04ecf776d9a674f0f0108cd329..707315a0232afa8e8625407913b0b46b27947973 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-1221,7
+1221,7
@@
Word syntax described by `ispell-dictionary-alist' (which see)."
(progn
(setq start (match-beginning 0)
end (point)
- word (buffer-substring start end))
+ word (buffer-substring
-no-properties
start end))
(list word start end)))))
;*---------------------------------------------------------------------*/